home *** CD-ROM | disk | FTP | other *** search
- ;---------------------------------------;
- ; ZAPCODE Printer Make File (PMF) ;
- ; for the IBM 4019 Laser. ;
- ; Version 1.1 ;
- ; (C) Copyright 1990 Robert L. Morton ;
- ; All Rights Reserved ;
- ;---------------------------------------;
-
- PRINTER = "IBM 4019 Laser"
- RESET = 27,91,75,1,0,0,254
-
- NAME = "Line Feed"
- DESC = "Move to next print line while"
- "maintaining the current column"
- "position."
- CODES = 10
-
- NAME = "Form Feed"
- DESC = "Move to the first line at the top"
- "of the next page while maintaining"
- "the current column position."
- CODES = 12
-
- NAME = "Reverse Line Feed"
- DESC = "Move to previous print line while"
- "maintaining the current column"
- "position."
- CODES = 27,93
-
- NAME = "Emulate HP Laserjet II"
- DESC = "Begin HP Laserjet II emulation."
- CODES = 27,91,75,3,0,0,0,0,254,49,2
-
- NAME = "Emulate IBM 4019"
- DESC = "Begin IBM 4019 emulation."
- CODES = 27,91,75,3,0,0,0,0,254,49,1
-
- NAME = "Set Number of Copies"
- DESC = "Set the number of copies to be"
- "printed from 1 to 255."
- CODES = 27,91,70,5,0,0,0,0,0,0,0,0,0,0,0
- "Please enter number of copies you"
- "wish to set in decimal."
- " "
- "Example: Entering 5 sets printer"
- "to print five copies."
- 0
-
- NAME = "Select Paper Tray 1"
- DESC = "Activate paper tray 1."
- CODES = 27,91,70,5,0,0,0,0,0,0,1,0,0,0,0
-
- NAME = "Select Paper Tray 2"
- DESC = "Activate paper tray 2."
- CODES = 27,91,70,5,0,0,0,0,0,0,2,0,0,0,0
-
- NAME = "Select Cut Sheet Feed and Size"
- DESC = "Activates cut sheet feeder and"
- "allows you to select paper size."
- CODES = 27,91,70,5,0,0,0,0,1,0,0,0
- "Please select paper size by"
- "entering one of the following"
- "decimal values:"
- " "
- "1 - Letter 8.5 x 11 inches"
- "2 - Legal 8.5 x 14 inches"
- "3 - B5 7.17 x 10.12 inches"
- "4 - A4 8.27 x 11.69 inches"
- "5 - Executive 7.25 x 10.5 inches"
- " "
- "Example: Entering 2 selects legal"
- "size paper."
- 0,0,0
-
- NAME = "Select Envelope Feed and Size"
- DESC = "Activates envelope feeder and"
- "allows you to select envelope size."
- CODES = 27,91,70,5,0,0,0,0,2,0,0,0
- "Please select envelope size by"
- "entering one of the following"
- "decimal values:"
- " "
- "1 - 7 3/4 3.875 x 7.5 inches"
- "2 - No. 9 3.875 x 8.875 inches"
- "3 - No. 10 4.1 x 9.5 inches"
- "4 - DL 4.33 x 8.66 inches"
- "5 - C5 6.3 x 9.02 inches"
- "6 - B5 6.93 x 9.84 inches"
- "7 - Other 6.93 x 9.84 inches"
- " "
- "Example: Entering 3 selects No. 10"
- "envelope size."
- 0,0,0
-
- NAME = "Set Page Length in Lines"
- DESC = "Set the current page length in"
- "lines."
- CODES = 27,67,0
- "Please enter the number of lines to"
- "set the page length in decimal."
- " "
- "Example: Entering 66 sets the page"
- "length to 66 lines."
- 0
-
- NAME = "Set Page Length in Inches"
- DESC = "Set the current page length in"
- "inches."
- CODES = 27,67,0,0,0
- "Please enter the number of inches"
- "to set the page length in decimal."
- " "
- "Example: Entering 11 sets the page"
- "length to 11 inches."
- 0
-
- NAME = "Select Manual Feed"
- DESC = "Initiate paper being fed manually."
- CODES = 27,91,70,5,0,0,1,0,0,0,0,0,0,0,0
-
- NAME = "Select Automatic Feed"
- DESC = "Initiate paper being fed"
- "automatically."
- CODES = 27,91,70,5,0,0,3,0,0,0,0,0,0,0,0
-
- NAME = "Set Portrait Orientation"
- DESC = "Initiate printing across the page"
- "width."
- CODES = 27,107
-
- NAME = "Set Landscape Orientation"
- DESC = "Initiate printing across the page"
- "length."
- CODES = 27,108
-
- NAME = "Printer Deselect"
- DESC = "Set the printer so as not to accept"
- "data from the computer."
- CODES = 27,81,49
-
- NAME = "Printer Select"
- DESC = "Set the printer to accept data from"
- "the computer."
- CODES = 17
-
- NAME = "Double-Wide by Line ON"
- DESC = "Activate double width print by"
- "line. Characters are printed twice"
- "their normal width for the current"
- "line."
- CODES = 14
-
- NAME = "Double-Wide by Line OFF"
- DESC = "Deactivate double width print by"
- "line. Characters are printed their"
- "normal width."
- CODES = 20
-
- NAME = "Double-Wide Continuous ON"
- DESC = "Activate double width continuous"
- "print. Characters are printed twice"
- "their normal width."
- CODES = 27,87,1
-
- NAME = "Double-Wide Continuous OFF"
- DESC = "Deactivate double width continuous"
- "print. Characters are printed their"
- "normal width."
- CODES = 27,87,0,0
-
- NAME = "Underline ON"
- DESC = "Activate underline print."
- "Characters are underscored."
- CODES = 27,45,1
-
- NAME = "Underline OFF"
- DESC = "Deactivate underline print."
- CODES = 27,45,0,0
-
- NAME = "Emphasized ON"
- DESC = "Activate emphasized print."
- "Characters are printed twice. The"
- "second time, character is offset"
- "horizontally."
- CODES = 27,69
-
- NAME = "Emphasized OFF"
- DESC = "Deactivate emphasized print."
- CODES = 27,70
-
- NAME = "Double Strike ON"
- DESC = "Activate double strike print."
- "Characters are printed twice."
- CODES = 27,71
-
- NAME = "Double Strike OFF"
- DESC = "Deactivate double strike print."
- CODES = 27,72
-
- NAME = "Subscript ON"
- DESC = "Activate subscript print."
- "Characters are printed at an offset"
- "below the normal print line."
- CODES = 27,83,1
-
- NAME = "Superscript ON"
- DESC = "Activate superscript print."
- "Characters are printed at an offset"
- "above the normal print line."
- CODES = 27,83,0,0
-
- NAME = "Subscript / Superscript OFF"
- DESC = "Deactivate subscript or superscript"
- "print."
- CODES = 27,84
-
- NAME = "Overscore Continuous ON"
- DESC = "Activate overscore print."
- "Characters are overscored."
- CODES = 27,95,1
-
- NAME = "Overscore Continuous OFF"
- DESC = "Deactivate overscore print."
- CODES = 27,95,0,0
-
- NAME = "Select 10 Pitch Font"
- DESC = "Activate 10 pitch font."
- CODES = 18
-
- NAME = "Select 12 Pitch Font"
- DESC = "Activate 12 pitch font."
- CODES = 27,58
-
- NAME = "Select 17.1 Pitch Font"
- DESC = "Activate 17.1 pitch font."
- CODES = 15
-
- NAME = "Select PC Character Set 2"
- DESC = "Activate PC Character Set 2."
- CODES = 27,54
-
- NAME = "Select PC Character Set 1"
- DESC = "Activate PC Character Set 1"
- "(default)."
- CODES = 27,55
-
- NAME = "Select Default Printer Font"
- DESC = "Activate default printer font."
- CODES = 27,73,0,0
-
- NAME = "Select Downloaded Font"
- DESC = "Activate a downloaded font number"
- "1 to 32."
- CODES = 27,73,0
- "Please select downloaded font"
- "number by entering a decimal number"
- "from 1 to 32."
- " "
- "Example: Entering 3 selects"
- "downloaded font number 3."
- 0
-
- NAME = "Select Resident Font"
- DESC = "Activate a resident font number"
- "1 to 10."
- CODES = 27,73,0
- "Please select resident font"
- "number by entering a decimal number"
- "from 33 to 42. 33 to 42 represent"
- "font numbers 1 to 10."
- " "
- "Example: Entering 35 selects"
- "resident font #3."
- 0
-
- NAME = "Select a Font From Font Card 1"
- DESC = "Activate a font from font card 1."
- "Select 1 to 32."
- CODES = 27,73,0
- "Please select a font number by"
- "entering a decimal number from"
- "64 to 95. 64 to 95 represent font"
- "numbers 1 to 32."
- " "
- "Example: Entering 66 selects font"
- "number 3."
- 0
-
- NAME = "Select a Font From Font Card 2"
- DESC = "Activate a font from font card 2."
- "Select 1 to 32."
- CODES = 27,73,0
- "Please select a font number by"
- "entering a decimal number from"
- "96 to 127. 96 to 127 represent font"
- "numbers 1 to 32."
- " "
- "Example: Entering 98 selects font"
- "number 3."
- 0
-
- NAME = "Proportional Spacing ON"
- DESC = "Activate proportional spacing."
- "Spacing between letters is adjusted"
- "to compensate for the varying"
- "widths of individual characters."
- CODES = 27,80,1
-
- NAME = "Proportional Spacing OFF"
- DESC = "Deactivate proportional spacing."
- CODES = 27,80,2
-
- NAME = "Set Horizontal Tab Stops"
- DESC = "Set up to 28 tabs by column in"
- "ascending order."
- CODES = 27,68,0
- "Please enter up to 28 tab stops in"
- "decimal in ascending order."
- " "
- "Example: Entering 15,30,45,60 sets"
- "four tab stops at column numbers"
- "15,30,45 and 60."
- 0,0,0
-
- NAME = "Set Default Tab Stops"
- DESC = "Resets to initial tab settings:"
- "every 8 columns, starting in"
- "column 9. Also clears all vertical"
- "tabs."
- CODES = 27,82
-
- NAME = "Set Vertical Tab Stops"
- DESC = "Set up to 16 tabs by column number"
- "in ascending order."
- CODES = 27,66,0
- "Please enter up to 16 tab stops in"
- "decimal in ascending order."
- " "
- "Example: Entering 4,8,12 defines"
- "three vertical tab stops at lines"
- "4, 8, and 12."
- 0,0,0
-
- NAME = "Set 1/8 Inch Line Spacing"
- DESC = "Set line spacing to eight lines"
- "per inch."
- CODES = 27,48
-
- NAME = "Set 7/72 Inch Line Spacing"
- DESC = "Set line spacing to 7/72 inch per"
- "line."
- CODES = 27,49
-
- NAME = "Automatic Linefeed ON"
- DESC = "Activate automatic linefeed."
- "Add a linefeed to each carriage"
- "return received."
- CODES = 27,53,1
-
- NAME = "Automatic Linefeed OFF"
- DESC = "Deactivate automatic linefeed."
- CODES = 27,53,0,0
-
-